*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Fri, 23 Jun 2006 10:39:51 +0000 (10:39 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Jun 2006 10:39:51 +0000 (10:39 +0000)
lisp/ChangeLog
src/ChangeLog

index 169acd4b7e0b758735f1999fd21392f77ec1b4c2..4abc48d4145667f7cb039b3517326f920c669501 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * dos-w32.el (top level): Use find-file-not-found-functions
+       instead of the obsolete find-file-not-found-hooks.
+
 2006-06-22  Kim F. Storm  <storm@cua.dk>
 
        * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
index be859a9b83471a5b1889b6184b57b56a648f685c..e7a131a958e497f0616222dca72bdc6cd81b1964 100644 (file)
@@ -1,3 +1,9 @@
+2006-06-23  Martin Rudalics  <rudalics@gmx.at>
+
+       * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
+       itself on DOS_NT platforms, if the old and new names are identical
+       but for the letter-case.
+
 2006-06-21  Kim F. Storm  <storm@cua.dk>
 
        * dispextern.h (struct it): Add `position' member to iterator stack.